home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Cl… (Business) 1997 November
/
Software of the Month Club - Business Shareware (Volume 243) (November 1997).iso
/
dos
/
biz
/
Parse
/
EXAMPL10.POM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-27
|
406 b
|
21 lines
;
; Allow null lines
;
MINLEN "0"
;
; Decide which lines to properize
;
IF $FLINE[1] = " " THEN prop = "Y" ELSE "N"
IF $FLINE[1] = "-" THEN prop = "Y"
;
; Properize, using the Properization Exceptions File GENERIC.PEF
; The "empty" (null) methods string means "use all methods except S"
;
BEGIN prop = "Y"
PROPER $FLINE "" "GENERIC.PEF"
END
;
; Output
;
OUTEND |{$FLINE}